[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ATrueIns(aArray,[nPosition],[xValue]) --> aArray:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Functions:
~~~~~~~~~~
the value xValue is inserted to aArray to nPosition. The elements above index
nPosition are moved one position higher, the array size is incremented by 1.
Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
aArray: array to which is the element to insert
nPosition: position, where to insert the xValue, the default value is to
insert to the last array position.
xValue: value to be inserted to array, default nil.
Return value:
~~~~~~~~~~~~~
array incremented by one element
Source code is in file Object3.prg
See Also:
ATailDel
ATrueDel
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson